ostadmin: Change command line for qemu deploy helper
authorColin Walters <walters@verbum.org>
Fri, 3 Aug 2012 12:24:03 +0000 (08:24 -0400)
committerColin Walters <walters@verbum.org>
Sun, 5 Aug 2012 20:39:57 +0000 (16:39 -0400)
commita6c19aa00c05ba6c5900d53600ab2fbfd1dac58f
treecd96761ed98747149dcaf2ec04e406218ac2ed15
parent09707780b9411662a6ddd653b57a7b7f492bb0ee
ostadmin: Change command line for qemu deploy helper

The qemu helper really wants to copy kernel modules, but not
update the system bootloader.  Allow it to reuse ostadmin for
this.

Note that our previous path of shelling out to "cp -al" broke because
it refused to make cross-device links.

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
# modified:   src/libotutil/ot-gio-utils.c
# modified:   src/libotutil/ot-gio-utils.h
# modified:   src/ostadmin/ot-admin-builtin-deploy.c
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
# embedded-dependencies/glib/
# embedded-dependencies/libsoup/
src/libotutil/ot-gio-utils.c
src/libotutil/ot-gio-utils.h
src/ostadmin/ot-admin-builtin-deploy.c